object frmFind: TfrmFind Left = 461 Top = 470 BorderStyle = bsDialog Caption = 'Find' ClientHeight = 84 ClientWidth = 351 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 2 Top = 8 Width = 54 Height = 13 Caption = 'Find what: ' end object Edit1: TEdit Left = 64 Top = 8 Width = 193 Height = 21 AutoSelect = False ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0' TabOrder = 0 OnChange = Edit1Change end object BitBtn1: TBitBtn Left = 272 Top = 8 Width = 75 Height = 22 Caption = 'Find Next' Default = True TabOrder = 1 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 272 Top = 36 Width = 75 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = BitBtn2Click end end